home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 November / CMCD1104.ISO / Software / Shareware / Utilitare / picozip / PicoZipSetup.exe / {app} / PicoZip.exe / 0 / RCDATA / TFMPASSWORD / TFMPASSWORD.txt
Text File  |  2004-09-09  |  3KB  |  132 lines

  1. object fmPassword: TfmPassword
  2.   Left = 392
  3.   Top = 247
  4.   HelpContext = 330
  5.   ActiveControl = edPassword
  6.   BorderStyle = bsDialog
  7.   Caption = 'Password'
  8.   ClientHeight = 260
  9.   ClientWidth = 408
  10.   Color = clBtnFace
  11.   Font.Charset = DEFAULT_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -11
  14.   Font.Name = 'MS Sans Serif'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnActivate = FormActivate
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object laPassword: TLabel
  24.     Left = 8
  25.     Top = 60
  26.     Width = 49
  27.     Height = 13
  28.     Caption = '&Password:'
  29.     FocusControl = edPassword
  30.   end
  31.   object laExplanation: TLabel
  32.     Left = 8
  33.     Top = 8
  34.     Width = 393
  35.     Height = 49
  36.     AutoSize = False
  37.     Caption = 
  38.       'The password you enter will be used to encrypt all the files in ' +
  39.       'your existing archive. It is also used to encrypt/decrypt files ' +
  40.       'that you subsequently add or extract from this archive, and will' +
  41.       ' be automatically cleared when you close this archive.'
  42.     WordWrap = True
  43.   end
  44.   object laVerify: TLabel
  45.     Left = 208
  46.     Top = 60
  47.     Width = 78
  48.     Height = 13
  49.     Caption = '&Verify Password:'
  50.     FocusControl = edVerify
  51.   end
  52.   object edPassword: TEdit
  53.     Left = 8
  54.     Top = 76
  55.     Width = 193
  56.     Height = 21
  57.     PasswordChar = '*'
  58.     TabOrder = 0
  59.   end
  60.   object ckMask: TCheckBox
  61.     Left = 8
  62.     Top = 103
  63.     Width = 97
  64.     Height = 17
  65.     Caption = '&Mask password'
  66.     Checked = True
  67.     State = cbChecked
  68.     TabOrder = 2
  69.     OnClick = ckMaskClick
  70.   end
  71.   object edVerify: TEdit
  72.     Left = 208
  73.     Top = 76
  74.     Width = 193
  75.     Height = 21
  76.     PasswordChar = '*'
  77.     TabOrder = 1
  78.   end
  79.   object rgEncryptionMethod: TRadioGroup
  80.     Left = 8
  81.     Top = 128
  82.     Width = 393
  83.     Height = 89
  84.     Caption = '&Encryption Method'
  85.     ItemIndex = 0
  86.     Items.Strings = (
  87.       
  88.         'Zip 2.0 Encryption (Low Security - Compatible with most Zip prog' +
  89.         'rams)'
  90.       '128-bit AES Encryption (Medium Security)'
  91.       '256-bit AES Encryption (High Security)')
  92.     TabOrder = 3
  93.   end
  94.   object paBottom: TPanel
  95.     Left = 0
  96.     Top = 222
  97.     Width = 408
  98.     Height = 38
  99.     Align = alBottom
  100.     BevelOuter = bvNone
  101.     TabOrder = 4
  102.     object buOK: TButton
  103.       Left = 85
  104.       Top = 6
  105.       Width = 75
  106.       Height = 25
  107.       Caption = '&OK'
  108.       Default = True
  109.       TabOrder = 0
  110.       OnClick = buOKClick
  111.     end
  112.     object buCancel: TButton
  113.       Left = 166
  114.       Top = 6
  115.       Width = 75
  116.       Height = 25
  117.       Caption = '&Cancel'
  118.       ModalResult = 2
  119.       TabOrder = 1
  120.     end
  121.     object buHelp: TButton
  122.       Left = 247
  123.       Top = 6
  124.       Width = 75
  125.       Height = 25
  126.       Caption = '&Help'
  127.       TabOrder = 2
  128.       OnClick = buHelpClick
  129.     end
  130.   end
  131. end
  132.